.hyweb { width:980px;height:275px; position: relative; overflow:hidden; margin-left:10px;  }
.hyweb li{width:980px;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:275px; text-align:center;
}
.hyweb li img{ border:0px; width:980px;height:275px;}
.hyweb li A{ width:980px;height:275px;; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {right:2%; bottom:10px;  height:20px; line-height:20px; position: absolute; z-index: 999;	}
.hyweb .num li {
	text-align:center;
	width: 18px;
	height: 18px;
	line-height:18px;
	overflow:hidden;
	color:#750325;
	font-size:12px;
	text-align:center;
	margin-right: 2px;
	margin-left:2px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
	border:#557DDD solid 1px;
	background-color:#fff;
}
.hyweb .num li.on { background-color:#557DDD; border:#66B1EB solid 1px; color:#fff; background-image:none;
}

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:275px;
	position: absolute;
	filter: Alpha(Opacity=0.1);
-moz-opacity:0.1; 		opacity:0.1;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:1px;
	background-image: url(left1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:1px;
	background-position: right center;
	background-image: url(right1.png);
}